.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-family: 'Microsoft YaHei';
    background-color: #f7f7f7;
    background-repeat: repeat;
    background-position: top;
}

a {
    color: var(--main-font-color, #333333);
}

a:hover {
    color: var(--hover-color, #DF352F);
}

::-webkit-scrollbar {
    width: 8px;
    height: 1px;
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.wy-but {
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    text-align: center;
    background-color: var(--main-color, #DF352F);
    background-image: linear-gradient(to right, var(--vice-color, #fa352f), var(--main-color, #DF352F));
    color: #ffffff;
    user-select: none;
}

.wy-but:hover {
    background-color: var(--vice-color, #fa352f);
}

.wy-border-but {
    background-color: transparent;
    border: 1px solid var(--main-color, #DF352F);
    color: var(--main-color, #DF352F);
    background-image: none;
}

.wy-border-but:hover {
    border-color: var(--vice-color, #fa352f);
    background-color: var(--hover-back-color, #fff1f1);
}

.wy-whiteSpace {
    height: 20px;
}

.wy-hr {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.wy-banner {
    min-width: 1200px;
    position: relative;
    font-size: 0;
}

.wy-banner .wy-banner-con {
    width: 100%;
}

.wy-banner .wy-banner-con .pic {
    width: 100%;
    height: 385px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wy-banner .wy-banner-con .swiper-pagination-bullet-active {
    background: var(--vice-color, #fa352f);
}

.wy-banner .wy-banner-con:hover .swiper-button-but {
    transform: scale(1);
    opacity: 1;
}

.wy-banner .wy-banner-con .swiper-button-but {
    width: 35px;
    height: 35px;
    transform: scale(0);
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.wy-banner .wy-banner-con .swiper-button-but:after {
    content: '';
}

.wy-banner .wy-banner-con .prev {
    background-image: url("../../img/public/prev.png");
    left: 15%;
}

.wy-banner .wy-banner-con .next {
    background-image: url("../../img/public/next.png");
    right: 15%;
}

.wy-min-banner .wy-banner-con {
    width: 1200px;
    padding: 20px 0;
}

.wy-min-banner .wy-banner-con .pic {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wy-min-banner .wy-banner-con .swiper-pagination-bullet-active {
    background: var(--vice-color, #fa352f);
}

.wy-focus-banner {
    opacity: 0;
    padding-top: 40px;
    background-color: #ffffff;
}

.wy-focus-banner .wy-banner-con {
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 1200px;
}

.wy-focus-banner .wy-banner-con .pic {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wy-focus-banner .wy-banner-con:hover .swiper-button-but {
    transform: scale(1);
    opacity: 1;
}

.wy-focus-banner .wy-banner-con .swiper-button-but {
    width: 35px;
    height: 35px;
    transform: scale(0);
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.wy-focus-banner .wy-banner-con .swiper-button-but:after {
    content: '';
}

.wy-focus-banner .wy-banner-con .prev {
    background-image: url("../../img/public/prev.png");
    left: 15%;
}

.wy-focus-banner .wy-banner-con .next {
    background-image: url("../../img/public/next.png");
    right: 15%;
}

.wy-focus-banner .wy-banner-con .swiper-slide {
    width: 520px;
    position: relative;
}

.wy-focus-banner .wy-banner-con .swiper-slide:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wy-focus-banner .wy-banner-con .swiper-slide-active:after {
    content: '';
    background: none;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wy-focus-banner .wy-banner-con .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.wy-focus-banner .wy-banner-con .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: rgba(var(--main-color, #DF352F), 0.5);
    height: 2px;
    opacity: 1;
    width: 35px;
    border-radius: inherit;
}

.wy-focus-banner .wy-banner-con .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid var(--main-color, #DF352F);
    background-color: #fff;
}

.wy-main {
    width: 1200px;
    margin: 0 auto;
}

.wy-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.wy-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.14);
}

.no-drop-but {
    cursor: no-drop !important;
    background-color: #cccccc !important;
}

.link {
    width: 1180px;
    margin: 30px auto;
    font-size: 14px;
}

.link .link-title {
    width: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: var(--vice-font-color, #666666);
}

.link .link-con {
    width: 1100px;
    display: inline-block;
    vertical-align: top;
}

.link .link-con a {
    color: var(--vice-font-color, #666666);
}

.link .link-con span {
    display: inline-block;
    margin: 0 10px 5px;
}

.wy-title {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.wy-title .title {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 100%;
    font-size: 20px;
    font-weight: bolder;
    color: var(--main-font-color, #333333);
    padding-left: 15px;
    position: relative;
}

.wy-title .title:before {
    content: '';
    width: 5px;
    height: 20px;
    border-radius: 1px;
    background-color: var(--main-color, #DF352F);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wy-title .nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.wy-title .nav a {
    color: var(--main-font-color, #333333);
}

.wy-title .nav a:hover {
    color: var(--hover-color, #DF352F);
}

.wy-title .nav span {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.wy-title .more {
    color: var(--tip-font-color, #999999);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
}

.wy-title .more:hover {
    color: var(--main-font-color, #333333);
}

.wy-title .more span {
    font-size: 14px;
}

.wy-title .more label {
    font-size: 12px;
}

.wy-round-title .title:before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(var(--main-color, #DF352F), 1), rgba(var(--main-color, #DF352F), 0));
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wy-font-title .title {
    padding-left: 0;
}

.wy-font-title .title:before {
    display: none;
}

.wy-point-list {
    padding-top: 10px;
}

.wy-point-list .wy-point-list-li {
    padding: 8px 15px 8px;
    position: relative;
}

.wy-point-list .wy-point-list-li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.wy-point-list .wy-point-list-li a {
    color: var(--vice-font-color, #666666);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.wy-point-list .wy-point-list-li:hover {
    background-color: var(--hover-back-color, #fff1f1);
}

.wy-point-list .wy-point-list-li:hover .title {
    color: var(--hover-color, #DF352F);
}

.wy-point-list .wy-point-list-li:hover .title:before {
    background-color: var(--hover-color, #DF352F);
}

.wy-point-list .wy-point-list-li:hover .time {
    color: var(--hover-color, #DF352F);
}

.wy-point-list .wy-point-list-li .lab {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 10px 0 10px 10px;
    font-size: 14px;
    border: 1px solid var(--blue-color, #1a66ff);
}

.wy-point-list .wy-point-list-li .title {
    /*width: calc(100% - 85px);*/
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.wy-point-list .wy-point-list-li .time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--tip-font-color, #999999);
    flex-shrink: 0;
    float:right;
}

.page-ewm {
    width: 98px;
    height: 98px;
    margin: 0 auto;
}

.page-ewm img {
    width: 100%;
}

.crumbs {
    font-size: 14px;
    padding: 15px 0;
}

.crumbs span {
    color: var(--tip-font-color, #999999);
}

.crumbs span a:hover {
    color: var(--vice-color, #fa352f);
}

.wy-main-ads .wy-main-ads-con {
    padding: 0;
}

.wy-main-ads .wy-main-ads-con img {
    width: 100%;
}

.wy-main-ads .wy-main-ads-con .swiper-pagination-bullet-active {
    background: var(--vice-color, #fa352f);
}

@keyframes ceContent {
    0% {
        right: 100px;
        opacity: 0;
    }
    100% {
        right: 55px;
        opacity: 1;
    }
}

.wy-school {
    width: 230px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.wy-school div {
    text-align: center;
    text-align-last: center;
}

.wy-school .title {
    width: 100%;
    height: 120px;
    background-color: #3090A8;
    position: relative;
}

.wy-school .title div {
    width: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    line-height: 30px;
}

.wy-school .pic {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wy-school .state {
    padding: 20px 0;
    text-align: left;
    text-align-last: left;
}

.wy-school .state span {
    max-width: 55px;
    font-size: 14px;
    color: var(--vice-font-color, #666666);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wy-school .state .icon {
    margin: 0 10px 0 20px;
}

.wy-school .logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.wy-school .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wy-school .detail {
    padding: 10px 20px;
    line-height: 24px;
    font-size: 15px;
    color: var(--vice-font-color, #666666);
}

.wy-school .detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wy-school .bottom {
    position: absolute;
    bottom: -80px;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 0;
    transition: all 0.3s;
}

.wy-school .bottom span {
    display: inline-block;
    height: 20px;
    width: calc(100% / 2 - 1px);
    border-right: 1px solid #eeeeee;
    color: #ffffff;
    font-size: 15px;
}

.wy-school .bottom :last-child span {
    border: none;
}

.wy-school:hover .bottom {
    bottom: 0;
}

.wy-school:nth-child(1n) .title {
    background-color: #3090A8;
}

.wy-school:nth-child(2n) .title {
    background-color: #5382BA;
}

.wy-school:nth-child(3n) .title {
    background-color: #E1C488;
}

.wy-uad-padding {
    padding: 20px 0;
}

.wy-max-school {
    width: 315px;
}

.wy-tabCard {
    font-size: 0;
}

.wy-tabCard .wy-tabCard-nav .nav-con {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 15px 15px 0;
    border: 1px solid var(--main-color, #DF352F);
    color: var(--main-color, #DF352F);
    background-color: #ffffff;
}

.wy-tabCard .wy-tabCard-nav .nav-con:hover {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--main-color, #DF352F);
}

.wy-tabCard .wy-tabCard-nav .active {
    background-color: var(--main-color, #DF352F);
    color: #ffffff;
    font-weight: bold;
    border: 1px solid transparent;
}

.wy-course {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.wy-course:hover {
    background-color: var(--hover-back-color, #fff1f1);
}

.wy-course .pic {
    width: 140px;
    max-height: 85px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.wy-course .pic img {
    width: 100%;
    transition: all 0.3s;
}

.wy-course .pic:hover img {
    transform: scale(1.1);
}

.wy-course .detail {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-left: 10px;
}

.wy-course .detail .detail-title {
    width: 100%;
    font-size: 14px;
    color: var(--main-font-color, #333333);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wy-course .detail .detail-bottom {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    color: var(--vice-font-color, #666666);
}

.wy-course .detail .detail-bottom .detail-bottom-price {
    color: #FF3600;
    font-size: 14px;
}

.wy-article {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
}

.wy-article:hover .details .title {
    color: var(--hover-color, #DF352F);
}

.wy-article .pic {
    width: 180px;
    height: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.wy-article .details {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: calc(100% - 230px);
}

.wy-article .details .title {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-font-color, #333333);
    margin-bottom: 10px;
}

.wy-article .details .brief {
    font-size: 14px;
    line-height: 24px;
    color: var(--vice-font-color, #666666);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.wy-article .details .tip {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: var(--tip-font-color, #999999);
}

.wy-article .details .tip .icon {
    font-size: 13px;
}

.wy-article .details .tip span {
    margin-right: 20px;
}

.wy-teamwork .wy-teamwork-con {
    font-size: 0;
}

.wy-teamwork .wy-teamwork-con .con-con {
    display: inline-block;
}

.wy-teamwork .wy-teamwork-con .con-con:nth-child(5) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(6) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(7) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(8) .pic {
    width: 290px;
}

.wy-teamwork .wy-teamwork-con .con-con .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 390px;
    height: 100px;
    margin: 5px;
}

.wy-classifyNav .wy-classifyNav-con {
    padding: 5px;
}

.wy-classifyNav .wy-classifyNav-con .con-con {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
}

.wy-classifyNav .wy-classifyNav-con .con-con div {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 120px);
}

.wy-classifyNav .wy-classifyNav-con .con-con div span {
    padding: 5px;
    display: inline-block;
    font-size: 15px;
    color: var(--vice-font-color, #666666);
    margin: 0 10px;
    cursor: pointer;
}

.wy-classifyNav .wy-classifyNav-con .con-con div span:hover {
    color: var(--main-font-color, #333333);
}

.wy-classifyNav .wy-classifyNav-con .con-con div .type {
    color: var(--tip-font-color, #999999);
}

.wy-classifyNav .wy-classifyNav-con .con-con div .select-span {
    color: var(--main-color, #DF352F);
}

.wy-classifyNav .wy-classifyNav-con .con-con .first {
    max-width: 100px;
}

.wy-classifyNav .wy-classifyNav-con .con-con:last-child {
    border-bottom: none;
}

.wy-ptf-course {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 10px;
    transition: all 0.2s;
    border-radius: 8px;
}

.wy-ptf-course:hover {
    transform: translateY(-2.5%);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.14);
}

.wy-ptf-course .pic {
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
}

.wy-ptf-course .detail {
    width: 100%;
}

.wy-ptf-course .detail .detail-title {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-font-color, #333333);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wy-ptf-course .detail .detail-brief {
    width: 100%;
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: var(--main-font-color, #333333);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wy-ptf-course .detail .detail-bottom {
    font-size: 14px;
    color: var(--vice-font-color, #666666);
}

.wy-ptf-course .detail .detail-bottom .detail-bottom-price {
    color: #FF3600;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.wy-ptf-course .detail .detail-bottom .detail-bottom-price .oldPrice {
    font-size: 14px;
    font-weight: normal;
    color: var(--tip-font-color, #999999);
    text-decoration: line-through;
}

.wy-no-data {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: var(--tip-font-color, #999999);
}

.wy-no-data .pic {
    width: 80px;
    margin: 0 auto 10px;
}

.wy-no-data .pic img {
    width: 100%;
}

.wy-no-more {
    font-size: 14px;
    color: #999999;
    padding: 20px 0;
    text-align: center;
}

.wy-bread .wy-bread-con span {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: var(--tip-font-color, #999999);
    position: relative;
}

.wy-bread .wy-bread-con span:after {
    content: '';
    height: 5px;
    width: 5px;
    border-width: 2px 2px 0 0;
    border-color: #bbbbbb;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-70%);
}

.wy-bread .wy-bread-con :last-child span:after {
    border: none;
}

.wy-back-pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wy-teacher {
    width: 280px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s;
}

.wy-teacher:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}

.wy-teacher .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

.wy-teacher .name {
    font-size: 18px;
    color: var(--main-font-color, #333333);
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.wy-teacher .post {
    font-size: 14px;
    color: var(--vice-font-color, #666666);
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wy-teacher .brief {
    font-size: 14px;
    color: var(--vice-font-color, #666666);
    margin-top: 15px;
    text-align: left;
    height: 40px;
}

.wy-teacher .brief p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wy-teacher .tab {
    font-size: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
}

.wy-teacher .tab .tab-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    font-size: 14px;
    color: var(--tip-font-color, #999999);
}

.wy-teacher .tab .tab-item .iconfont {
    font-size: 14px;
}

.wy-white-bg {
    background-color: #FFFFFF;
}

.wy-clickBut {
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--main-color, #DF352F);
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--main-color, #DF352F);
    transition: all 0.3s;
}

.wy-clickBut:hover {
    opacity: 0.8;
}

.myData {
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
}

.myData .myData-con {
    font-size: 0;
}

.myData .myData-con .con-header {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 150px;
}

.myData .myData-con .con-header .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}

.myData .myData-con .con-header .name {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.myData .myData-con .con-header .yesSign {
    background-color: transparent;
    color: #FFFFFF;
}

.myData .myData-con .con-info {
    width: calc(100% - 180px);
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

.myData .myData-con .con-info .info-item {
    width: calc(100% / 6);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 95px;
}

.myData .myData-con .con-info .info-item .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.myData .myData-con .con-info .info-item .tip {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 10px;
    margin-top: 22px;
    transition: all 0.3s;
}

.myData .myData-con .con-info .info-item .sign {
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.myData .myData-con .con-info .info-item .sign span, .myData .myData-con .con-info .info-item .sign label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFFFFF;
    color: var(--main-color, #DF352F);
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
}

.myData .myData-con .con-info .info-item .sign label {
    background-color: transparent;
    color: #FFFFFF;
}

.myData .myData-con .con-info .info-item:hover .tip {
    margin-top: 0;
}

.myData .myData-con .con-info .info-item:hover .sign {
    opacity: 1;
}

.wy-myContent .wy-myContent-con {
    position: relative;
}

.wy-myContent .wy-myContent-con .con-left {
    width: 150px;
    text-align: center;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 2;
}

.wy-myContent .wy-myContent-con .con-left .left-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
}

.wy-myContent .wy-myContent-con .con-left .left-item:last-child {
    border-bottom: none;
}

.wy-myContent .wy-myContent-con .con-left .left-item .title {
    font-size: 18px;
    color: var(--main-font-color, #333333);
    font-weight: bold;
    padding: 10px 0;
}

.wy-myContent .wy-myContent-con .con-left .left-item .options {
    padding: 5px 0;
    font-size: 15px;
    color: var(--tip-font-color, #999999);
}

.wy-myContent .wy-myContent-con .con-left .left-item .select-style {
    color: var(--main-color, #DF352F);
    font-weight: bold;
}

.wy-myContent .wy-myContent-con .con-right {
    width: calc(100% - 170px);
}

.wy-myContent .wy-myContent-con .con-right .right-content {
    padding: 20px;
}

@keyframes show-my-extend {
    from {
        opacity: 0;
        left: 130px;
    }
    to {
        opacity: 1;
        left: 140px;
    }
}

@keyframes StripDiv {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.wy-msg {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    font-size: 15px;
    color: #FFFFFF;
    animation: wy-msg 1s;
    transform-origin: 50% 50% 0;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

@keyframes wy-msg {
    0% {
        top: 50%;
        transform: translate(-50%, -50%) scale(0.3);
        opacity: 1;
        visibility: visible;
    }
    10% {
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        visibility: visible;
    }
    80% {
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        visibility: visible;
    }
    100% {
        top: 40%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        visibility: hidden;
    }
}

.wy-alert {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.2s;
    animation: wy-alert 0.2s;
}

.wy-alert .alert-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50% 0;
    transition: all 0.2s;
    animation: alert-con 0.2s;
}

.wy-alert .alert-con .con-content {
    width: 320px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    text-align: center;
}

.wy-alert .alert-con .con-content .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}

.wy-alert .alert-con .con-content .icon:before, .wy-alert .alert-con .con-content .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}

.wy-alert .alert-con .con-content .no-icon {
    border: 3px solid #ff3600;
}

.wy-alert .alert-con .con-content .no-icon:before, .wy-alert .alert-con .con-content .no-icon:after {
    width: 3px;
    height: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #ff3600;
}

.wy-alert .alert-con .con-content .no-icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.wy-alert .alert-con .con-content .yes-icon {
    border: 3px solid #6691ff;
}

.wy-alert .alert-con .con-content .yes-icon:before, .wy-alert .alert-con .con-content .yes-icon:after {
    width: 3px;
    height: 25px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #6691ff;
}

.wy-alert .alert-con .con-content .yes-icon:before {
    left: 65%;
}

.wy-alert .alert-con .con-content .yes-icon:after {
    height: 15px;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 60%;
    left: 35%;
}

.wy-alert .alert-con .con-content .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0C0C0C;
}

.wy-alert .alert-con .con-content .detail {
    font-size: 15px;
    color: var(--vice-font-color, #666666);
}

.wy-alert .alert-con .con-content .pic {
    margin-top: 10px;
    width: 100%;
}

.wy-alert .alert-con .con-content .pic img {
    width: 100%;
    height: auto;
}

.wy-alert .alert-con .con-content .bottom {
    margin-top: 30px;
}

.wy-alert .alert-con .con-content .bottom .cancel, .wy-alert .alert-con .con-content .bottom .confirm {
    display: inline-block;
    vert-align: middle;
    padding: 8px 20px;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 10px;
    background-color: var(--main-color, #DF352F);
    border: 1px solid var(--main-color, #DF352F);
    cursor: pointer;
    transition: all 0.3s;
}

.wy-alert .alert-con .con-content .bottom .cancel:hover, .wy-alert .alert-con .con-content .bottom .confirm:hover {
    opacity: 0.8;
}

.wy-alert .alert-con .con-content .bottom .cancel {
    color: var(--main-color, #DF352F);
    border: 1px solid var(--main-color, #DF352F);
    background-color: transparent;
}

.wy-alert .alert-con .con-content .bottom .cancel:hover {
    color: #FFFFFF;
    background-color: var(--main-color, #DF352F);
}

.wy-alert .alert-con .con-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin: 20px auto 0;
    position: relative;
    cursor: pointer;
    transition: all 0.1s;
}

.wy-alert .alert-con .con-close:before, .wy-alert .alert-con .con-close:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #FFFFFF;
}

.wy-alert .alert-con .con-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.wy-alert .alert-con .con-close:hover {
    background-color: #FF3600;
    border-color: #FF3600;
}

.close-wy-alert {
    background-color: rgba(0, 0, 0, 0);
}

.close-wy-alert .alert-con {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
}

@keyframes wy-alert {
    from {
        background-color: rgba(0, 0, 0, 0);
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes alert-con {
    0% {
        transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.list-page {
    font-size: 12px;
}

.list-page .active {
    background-color: var(--main-color, #DF352F);
}

.list-page .active span {
    background-color: var(--main-color, #DF352F) !important;
    border-color: var(--main-color, #DF352F) !important;
    color: #FFFFFF;
}

.list-page a, .list-page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.list-page .pagination li {
    display: inline;
}

.list-page .pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/*# sourceMappingURL=public.css.map */
